Commit f64b5c9a authored by jiangqihao's avatar jiangqihao

代码更新

parent d9977e05
......@@ -231,13 +231,14 @@ export default {
console.log("单个属性监听", newValue)
qccGetOne({searchKey: newValue}).then(res =>{
this.sections[0].formDesc.ExtRegisteredCapital_SDK.default = res.results.Result.RegistCapi
console.log(this.sections[0].formDesc.ExtRegisteredCapital_SDK.default)
})
}
}
},
methods: {
handleSubmit (data) {
data.extCustomerType_SDK = '101'
data.extCustomerType_SDK = '121'
// this.addBtnStart = true
customerCreate(this.paramsToFormData(data)).then(res => {
this.addBtnStart = true
......
......@@ -21,6 +21,7 @@
v-bind="tableConfig"
:expand-params="expandParams"
:listeners="tableListeners"
:initialParams="initialParams"
@handleSelectionChange="handleSelectionChange"
/>
</div>
......@@ -38,7 +39,10 @@ export default {
return {
expandParams: {}, // 筛选条件
tableListeners: {}, // 事件监听对象,供ele-table内部调用
tableConfig: constant
tableConfig: constant,
initialParams: {
extCustomerType_SDK: "121"
}
}
},
created() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment