diff --git a/ant-design-vue-jeecg/src/views/erp/fabric/modules/ZyFabricTypeForm.vue b/ant-design-vue-jeecg/src/views/erp/fabric/modules/ZyFabricTypeForm.vue index 1336eaef..ec14ee55 100644 --- a/ant-design-vue-jeecg/src/views/erp/fabric/modules/ZyFabricTypeForm.vue +++ b/ant-design-vue-jeecg/src/views/erp/fabric/modules/ZyFabricTypeForm.vue @@ -82,7 +82,7 @@ add () { var n=4 getAction(this.url.weiyi,{id:this.model.nums}).then((res)=>{ - var num=parseInt(res.message,10)+1 + var num=parseInt(res.result,10)+1 num=num.toString() while(num.length