|
@@ -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
|
|