zhc4dev
wangjiadong 2 years ago
parent 58848b8601
commit e7b8984024
  1. 3
      ant-design-vue-jeecg/src/views/productrecord/modules/ProductRecordForm.vue

@ -67,6 +67,7 @@
data () {
return {
model:{
status : '0'
},
labelCol: {
xs: { span: 24 },
@ -147,7 +148,7 @@
that.confirmLoading = false;
})
}
})
},
popupCallback(value,row){

Loading…
Cancel
Save