yuansh 10 ماه پیش
والد
کامیت
a02f800a0b
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/production/mrp/modules/operation.vue

+ 2 - 2
src/views/production/mrp/modules/operation.vue

@@ -101,9 +101,9 @@
             handleOk(){
                 this.$refs.form.validate(success => {
 	              if (success) {
-                    getAction('/production/safetyStock/selectOrganization',this.form).then(res=>{
+                    getAction('/MRPOperationList/madeOperationList/operationSafe',this.form).then(res=>{
                         if(res.success){
-                            this.handleCancel()
+                          this.handleCancel()
                           this.$emit('ok')
                         }else{
                           this.$message.error(res.message);