[update 88021] 适用市场更新后再去请求
This commit is contained in:
+5
-1
@@ -705,6 +705,7 @@ export default {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
const formData = this.form.getFieldsValue()
|
const formData = this.form.getFieldsValue()
|
||||||
|
console.log('2适用市场', formData.base.applicableMarket)
|
||||||
if (formData.base.applicableMarket && this.model.standardId) {
|
if (formData.base.applicableMarket && this.model.standardId) {
|
||||||
this.confirmLoading = true
|
this.confirmLoading = true
|
||||||
getStandardMasterPlanAddEcho({
|
getStandardMasterPlanAddEcho({
|
||||||
@@ -881,7 +882,10 @@ export default {
|
|||||||
* 适用市场改变
|
* 适用市场改变
|
||||||
*/
|
*/
|
||||||
changeApplicableMarket (value) {
|
changeApplicableMarket (value) {
|
||||||
this.updatePageInfo()
|
console.log('1适用市场', value)
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.updatePageInfo()
|
||||||
|
})
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* 选择用户得到用户名
|
* 选择用户得到用户名
|
||||||
|
|||||||
Reference in New Issue
Block a user