@@ -120,7 +120,7 @@
let res;
// 查询状态
res = await that.$api(`/DictData`, 'GET', {
- type: 'order_status',
+ type: 'upkeep',
is_use: '0',
})
if (res.errcode == '0') that.$set(that, `statusList`, res.data);
@@ -333,7 +333,7 @@ var _default = {
that = _this2;
_context3.next = 3;
return that.$api("/DictData", 'GET', {
is_use: '0'
});
case 3: