minipro_standard/pages_adjust/pages/addReceipt/addReceipt.vue
@@ -170,7 +170,7 @@ // 删除 dele(index) { if (this.list.length === 1) { this.$refs.uToast.show({ type: 'default', message: "至少保留一条工装信息" }) this.$refs.uToast.show({ type: 'default', message: "至少保留一条物流清单信息" }) return } this.list.splice(index, 1)