|
|
|
@ -81,7 +81,7 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-form>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="tables" v-loading="loading">
|
|
|
|
|
<div class="tables">
|
|
|
|
|
<el-table v-loading="loading" :data="newList" height="350">
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="企业名称"
|
|
|
|
@ -294,9 +294,10 @@ export default {
|
|
|
|
|
let userInfo = JSON.parse(sessionStorage.getItem("USER_INFO"));
|
|
|
|
|
if (userInfo.lawLevel == "县级" || userInfo.lawLevel == "镇级") {
|
|
|
|
|
this.queryParams.district = userInfo.permissionCode;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
this.queryPlanEnterpriseParams.district = userInfo.permissionCode;
|
|
|
|
|
this.queryPlanEnterpriseParams.lawHierarchy = userInfo.nickName;
|
|
|
|
|
}
|
|
|
|
|
this.queryParams.riskLevel = "C,D";
|
|
|
|
|
this.getList();
|
|
|
|
|
this.getPlanEnterpriseList();
|
|
|
|
@ -336,10 +337,11 @@ export default {
|
|
|
|
|
);
|
|
|
|
|
this.formPlanEnterprise.plannedMonth = "";
|
|
|
|
|
this.formPlanEnterprise.enterpriseId = row.enterpriseId;
|
|
|
|
|
this.formPlanEnterprise.uuto = row.id;
|
|
|
|
|
this.formPlanEnterprise.enterpriseName = row.enterpriseName;
|
|
|
|
|
this.formPlanEnterprise.district = row.district;
|
|
|
|
|
this.formPlanEnterprise.status = 0;
|
|
|
|
|
// console.log("2", this.formPlanEnterprise);
|
|
|
|
|
// console.log(row);
|
|
|
|
|
addEnterprise(this.formPlanEnterprise).then((response) => {
|
|
|
|
|
this.$modal.msgSuccess("加入成功");
|
|
|
|
|
this.getList(); //对应草稿箱的消失需要后台写
|
|
|
|
@ -588,7 +590,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.el-table__body-wrapper {
|
|
|
|
|
height: 448px !important;
|
|
|
|
|
// height: 448px !important;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|