@@ -232,7 +232,7 @@ export default {
printPlanId: row.id,
thirdRelateId: row.thirdRelateId
}).catch(() => {});
- this.loading = true;
+ this.loading = false;
if (!data) return;
this.$message.success("提交成功!");
@@ -14,7 +14,7 @@
<el-form-item label="印刷状态:">
<el-select
v-model="filter.status"
- style="width: 100px;"
+ style="width: 120px;"
placeholder="印刷状态"
clearable
>