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