@@ -84,7 +85,12 @@
import { tableMergeTrade } from "@/api/people/peopledata";
import { govthree } from "@/api/personnel/post";
import { GetQualityTasks } from "@/api/systemaccredit/systemapi"
+import bylaws from "@/views/qualitative/qualitativecont/bylaws"
export default {
+ name:"targetcont",
+ components: {
+ bylaws
+ },
data() {
return {
mergeObj: {}, //合并处理后的数据
@@ -183,6 +189,7 @@ export default {
},
//查询指标
searckClick(){
+ this.searchInfo.page = 1
this.dingXingList();
},
@@ -213,6 +220,14 @@ export default {
this.bylawsBox=true;
},
+ //关闭考核细则弹窗
+ closeBylawsBox(){
+ this.bylawsBox=false;
+ this.orgTarget={
+ orgid:"", //行政组织
+ targetid:"", //指标
+ }
+ }
}
}
diff --git a/src/views/workflow/editflowcont.vue b/src/views/workflow/editflowcont.vue
index 4852e00..2a64d0b 100644
--- a/src/views/workflow/editflowcont.vue
+++ b/src/views/workflow/editflowcont.vue
@@ -7,7 +7,7 @@
-
+
名称:
@@ -17,7 +17,7 @@
clearable>
-
+
描述:
@@ -27,6 +27,16 @@
clearable>
+
+ 关联企业微信
+
+
+
+ 无需关联
+ 仅通知
+ 通知和审批
+
+
版本:{{ item.version }}
@@ -66,7 +76,7 @@