zhangherong
18 小时以前 4dfd11f526b7b4fe578561a9ea4c27a24a88acb4
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;
            })
          }
        })
      },
    }