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