liuyg
2021-10-26 4aaf86e90a70d6af6460966f0461a6353e955b3a
src/views/licenseApproval/securityGuard.vue
@@ -421,10 +421,10 @@
        this.xukezData.sopinion = this.textareaShenpi;
        this.xukezData.type = type; // 为了保持审核系统识别
      }
      console.log(this.xukezData);
      // console.log(this.xukezData);
      // return;
      update(this.xukezData).then((res) => {
        console.log(res);
        // console.log(res);
        this.$message({
          type: "success",
          message: "操作成功!",
@@ -441,7 +441,7 @@
    },
    viewLicense(row) {
      //查看许可证
      console.log(row, 34);
      // console.log(row, 34);
      this.licenceData.row = row;
      this.licenceData.chiden = {};
      this.licenceData.chiden["名称"] = row.enterprisename;
@@ -453,7 +453,7 @@
      // this.licenceData.chiden["注册资本"] = row.registeredcapital;
      // this.licenceData.chiden["批准文号"] = row.registrationnumber;
      console.log(this.licenceData);
      // console.log(this.licenceData);
      this.dialogVisible = true;
    },
    closePrint() {
@@ -556,7 +556,7 @@
        ...params,
        ...this.getFenji(this.userInfo.role_name),
      };
      console.log(params, "params");
      // console.log(params, "params");
      // return;
      getList(
        page.currentPage,
@@ -567,7 +567,7 @@
        this.page.total = data.total;
        this.data = data.records;
        for (var k in this.data) {
          console.log(this.changeState(this.data[k]));
          // console.log(this.changeState(this.data[k]));
          this.data[k] = this.changeState(this.data[k]);
        }
        this.loading = false;