cuilei
13 小时以前 84bd2806feecfe7938fcdf91469e025a8e7f5749
src/views/mes/modules/MesWorkReportingForm.vue
@@ -97,9 +97,9 @@
        validatorRules: {
        },
        url: {
          add: "/mesworkreporting/mesWorkReporting/add",
          edit: "/mesworkreporting/mesWorkReporting/edit",
          queryById: "/mesworkreporting/mesWorkReporting/queryById"
          add: "/mes/mesWorkReporting/add",
          edit: "/mes/mesWorkReporting/edit",
          queryById: "/mes/mesWorkReporting/queryById"
        }
      }
    },
@@ -146,7 +146,7 @@
              that.confirmLoading = false;
            })
          }
        })
      },
    }