Merge remote-tracking branch 'origin/0.8.X' into 0.8.X
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user