表单回显 _fix

master
guochaojie 5 months ago
parent fdaa346665
commit 08a71a4f12

@ -368,6 +368,8 @@
url: '/api/scm/StationArea/'+this.dataForm.id,
method: 'get'
}).then(res => {
// numuber to string
res.data.status = res.data.status + ''
this.dataInfo(res.data)
this.loading = false
});

Loading…
Cancel
Save