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 () { data () {
return { return {
model:{ model:{
status : '0'
}, },
labelCol: { labelCol: {
xs: { span: 24 }, xs: { span: 24 },
@ -147,7 +148,7 @@
that.confirmLoading = false; that.confirmLoading = false;
}) })
} }
}) })
}, },
popupCallback(value,row){ popupCallback(value,row){

Loading…
Cancel
Save