Merge remote-tracking branch 'origin/0.8.X' into 0.8.X

This commit is contained in:
2026-06-06 15:24:16 +08:00

View File

@@ -316,9 +316,6 @@ export default {
}; };
}, },
created() {
this.getDictList();
},
watch: { watch: {
'form.productContent': function (newVal) { 'form.productContent': function (newVal) {
if (!this.autoFillOrderAmount || !newVal) return; if (!this.autoFillOrderAmount || !newVal) return;
@@ -365,7 +362,7 @@ export default {
/** 处理合同状态更新 */ /** 处理合同状态更新 */
handleStatusChange(status) { handleStatusChange(status) {
this.form.status = status; this.form.status = status;
updateContract({ updateOrder({
...this.form, ...this.form,
status: status status: status
}).then(res => { }).then(res => {