Shannon_mu hace 2 años
padre
commit
4bef983be7
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      commandCenter/src/views/commandDispatch/pop/tableList.vue

+ 1 - 2
commandCenter/src/views/commandDispatch/pop/tableList.vue

@@ -84,7 +84,6 @@ export default {
                 .then(({ status, data, msg }) => {
                     if (status == 0) {
                         this.formData = data;
-                        console.log(data);
                     } else {
                         this.$message.error(msg);
                     }
@@ -92,7 +91,7 @@ export default {
                 .catch(() => {});
         },
         submit() {
-            window.open(`${envConfig}/sc-operation/workOrders/index?showPop`);
+            window.open(`${envConfig.baseApi}/sc-operation/workOrders/index?showPop`);
         },
         getList() {
             const { deviceType } = this.params.row;