Browse Source

修改bug111

mainqaq 3 years ago
parent
commit
88b260f476
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/supply/supplyQuery.vue

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

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