mainqaq 3 anni fa
parent
commit
88b260f476
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      src/xt_pages/supply/supplyQuery.vue

+ 3 - 3
src/xt_pages/supply/supplyQuery.vue Vedi File

180
       page: 1,
180
       page: 1,
181
       limit: 10,
181
       limit: 10,
182
 
182
 
183
-      type_name: 0,
183
+      type_name: "请选择",
184
       crumbs: [
184
       crumbs: [
185
         { path: false, name: "采购管理" },
185
         { path: false, name: "采购管理" },
186
         { path: "/supply/good/order/query", name: "供应商管理" },
186
         { path: "/supply/good/order/query", name: "供应商管理" },
213
       };
213
       };
214
       getexporthistory(params).then((res) => {
214
       getexporthistory(params).then((res) => {
215
         if (res.data.state == 1) {
215
         if (res.data.state == 1) {
216
-          
216
+
217
           this.tableList = res.data.data.list;
217
           this.tableList = res.data.data.list;
218
           this.total = res.data.data.total;
218
           this.total = res.data.data.total;
219
         }
219
         }
225
         if (res.data.state == 1) {
225
         if (res.data.state == 1) {
226
           this.sType = res.data.data.list;
226
           this.sType = res.data.data.list;
227
         }
227
         }
228
-        
228
+
229
       });
229
       });
230
     },
230
     },
231
 
231