Browse Source

完善供应商管理--编辑时分类下拉无数据的问题

master
yunuo970428 1 year ago
parent
commit
faafdf3513
  1. 1
      anrui-scm/anrui-scm-ui/src/views/gongyingshang/gongyingshangAdd.vue

1
anrui-scm/anrui-scm-ui/src/views/gongyingshang/gongyingshangAdd.vue

@ -356,6 +356,7 @@ export default {
this.$nextTick(() => {
this.$refs['form_obj'].clearValidate()
})
this.init()
this.dialogStatus = 'edit'
this.isShow = row.isShow
req.fetchBySid(row.sid).then(resp => {

Loading…
Cancel
Save