Procházet zdrojové kódy

生产数据导出增加title前缀

shaojinzhi před 2 roky
rodič
revize
2d6a83147a

+ 1 - 1
src/pages/main/productionDataExport/cityHome.vue

@@ -913,7 +913,7 @@
 
 
             setForm(e) {
-                this.request_form.title = this.$refs.formTable.form.needName;
+                this.request_form.title = "[工作台]-地市生产数据导出-" + this.$refs.formTable.form.needName;
                 this.$http({
                     url: "/market/scsjdcCitProcess/add",
                     method: "post",

+ 1 - 1
src/pages/main/productionDataExport/provinceHome.vue

@@ -1072,7 +1072,7 @@
             },
 
             setUpdateForm(e) {
-                this.request_form.title = this.$refs.formTable.form.needName;
+                this.request_form.title = "[工作台]-省生产数据导出-" + this.$refs.formTable.form.needName;
                 // this.$refs.formTable.form.taskId = e;
                 this.$http({
                     url: "/market/scsjdcProProcess/update",