Explorar el Código

宣传需求1

shengbingg hace 2 años
padre
commit
a25dbd3789

+ 1 - 1
src/components/workflowBase.vue

@@ -232,7 +232,7 @@ export default {
         content: this.textarea, //意见内容
       };
       if (this.manyPeopleStatus == true) {
-        list.procinstid = this.list.process_id;
+        list.procinstid = this.list.processId;
         // if (this.backThree.length <= 1) {
         // this.$message.error("请选择多人");
         // return;

+ 5 - 1
src/pages/main/advertising/materialApplication.vue

@@ -1583,6 +1583,10 @@
     },
     //我发起列表
        getIssueList(e) {
+        let list = {
+              
+              applyType: "省"
+            };
             this.loading2 = true;
             this.$http({
                 url: "/market/xcwlProcessImport/queryPage",
@@ -1591,7 +1595,7 @@
                     "Content-Type": "application/json",
                     page: '{"pageNo":"' + this.pageNo + '","pageSize":"10"}',
                 },
-               data:this.searchBox,
+               data:list,
             }).then((res) => {
                 this.tableData = res.data.data;
                  this.tabList[2].number = res.data.totalRecord;

+ 4 - 1
src/pages/main/advertising/materialApplicationds.vue

@@ -1550,6 +1550,9 @@
     },
     //我发起列表
        getIssueList(e) {
+        let list = { 
+              applyType: "地市"
+            };
             this.loading2 = true;
             this.$http({
                 url: "/market/xcwlProcessImport/queryPage",
@@ -1558,7 +1561,7 @@
                     "Content-Type": "application/json",
                     page: '{"pageNo":"' + this.pageNo + '","pageSize":"10"}',
                 },
-               data:this.searchBox,
+               data:list,
             }).then((res) => {
                 this.tableData = res.data.data;
                  this.tabList[2].number = res.data.totalRecord;

+ 1 - 1
src/pages/main/bfsj/bfsjList.vue

@@ -754,7 +754,7 @@ export default {
         },
         setForm(e) {
             // console.log(this.$refs.form)
-            this.request_form.title = this.fromList.needName;
+            this.request_form.title = '[IT工作台]-'+'备份数据-'+ this.fromList.needName;
             // this.request_form.title = this.$refs.form.needName;
             // this.$refs.form.taskId = e;
             this.fromList.accessoryIdList = []