|
@@ -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;
|