commit
1481f0aa16
@ -3,3 +3,6 @@
|
|||||||
#### 介绍
|
#### 介绍
|
||||||
开源、免费MES系统的前端
|
开源、免费MES系统的前端
|
||||||
|
|
||||||
|
#### 部署
|
||||||
|
·执行npm install 命令(cnpm install)安装所有依赖包。
|
||||||
|
·执行npm run dev 运行前端代码。
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-dialog title="工作站选择"
|
<el-dialog title="工单选择"
|
||||||
v-if="showFlag"
|
v-if="showFlag"
|
||||||
:visible.sync="showFlag"
|
:visible.sync="showFlag"
|
||||||
:modal= false
|
:modal= false
|
||||||
@ -159,7 +159,7 @@
|
|||||||
getList() {
|
getList() {
|
||||||
this.loading = true;
|
this.loading = true;
|
||||||
listWorkorder(this.queryParams).then(response => {
|
listWorkorder(this.queryParams).then(response => {
|
||||||
this.workorderList = response.data;
|
this.workorderList = response.rows;
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user