Browse Source

合规性分析默认数据

maxiaoxiao 1 year ago
parent
commit
05e18ebbb4
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/complianceAnalysis/components/hgxsc.vue

+ 3 - 1
src/views/complianceAnalysis/components/hgxsc.vue

@@ -114,7 +114,9 @@ export default {
     };
   },
   mounted() {
-    this.ruleForm.xmmc = `hg_${moment(new Date()).format( "YYYYMMDDHHmmss")}`;
+    this.ruleForm.xmmc = `合规_${moment(new Date()).format( "YYYYMMDDHHmmss")}`;
+    this.ruleForm.xmlx = `项目类型`;
+    this.ruleForm.jsdw = `建设单位`;
     this.getKzx();
   },
   methods: {