我司署名人回显
This commit is contained in:
@@ -1169,14 +1169,15 @@ export default {
|
|||||||
* @description: 动态表单读取
|
* @description: 动态表单读取
|
||||||
*/
|
*/
|
||||||
getFormFieldList(item) {
|
getFormFieldList(item) {
|
||||||
console.log(item);
|
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.form = JSON.parse(JSON.stringify(item))
|
this.form = JSON.parse(JSON.stringify(item))
|
||||||
console.log(this.form);
|
let wssmrName = this.form.wssmrname
|
||||||
|
this.form.wssmr = wssmrName
|
||||||
this.form.sycpx = this.form.sycpx.split(',')
|
this.form.sycpx = this.form.sycpx.split(',')
|
||||||
this.form.nylx = this.form.nylx.split(',')
|
this.form.nylx = this.form.nylx.split(',')
|
||||||
this.form.cllx = this.form.cllx.split(',')
|
this.form.cllx = this.form.cllx.split(',')
|
||||||
this.form.syrz = this.form.syrz.split(',')
|
this.form.syrz = this.form.syrz.split(',')
|
||||||
|
this.form.syrz = this.form.syrz.split(',')
|
||||||
this.defaultCheckedKeys = [this.form.standSystem]
|
this.defaultCheckedKeys = [this.form.standSystem]
|
||||||
this.defaultCheckedKeys1 = [this.form.cycvppsbm]
|
this.defaultCheckedKeys1 = [this.form.cycvppsbm]
|
||||||
this.defaultCheckedKeys2 = [this.form.kccvppsbm]
|
this.defaultCheckedKeys2 = [this.form.kccvppsbm]
|
||||||
|
|||||||
Reference in New Issue
Block a user