|
@@ -27,7 +27,7 @@
|
|
<el-dropdown-item :command="filterCondition('stop')">显示停用</el-dropdown-item>
|
|
<el-dropdown-item :command="filterCondition('stop')">显示停用</el-dropdown-item>
|
|
<el-dropdown-item :command="filterCondition('allot')">显示已分配</el-dropdown-item>
|
|
<el-dropdown-item :command="filterCondition('allot')">显示已分配</el-dropdown-item>
|
|
</el-dropdown-menu>
|
|
</el-dropdown-menu>
|
|
- </el-dropdown> -->
|
|
|
|
|
|
+ </el-dropdown> -->
|
|
|
|
|
|
<!-- <el-button size="small" @click="handleQuery">查询</el-button> -->
|
|
<!-- <el-button size="small" @click="handleQuery">查询</el-button> -->
|
|
<el-button size="small" @click="handleRefresh">刷新</el-button>
|
|
<el-button size="small" @click="handleRefresh">刷新</el-button>
|
|
@@ -296,7 +296,6 @@ export default {
|
|
isEnable: this.handleJudgeIsUsing() ? '2' : '0',
|
|
isEnable: this.handleJudgeIsUsing() ? '2' : '0',
|
|
id: this.checkedList[0].id
|
|
id: this.checkedList[0].id
|
|
};
|
|
};
|
|
- console.log(param, '启用/停用param');
|
|
|
|
materialApi.updateEnableMaterial(param).then(res => {
|
|
materialApi.updateEnableMaterial(param).then(res => {
|
|
console.log(res, '启用/停用');
|
|
console.log(res, '启用/停用');
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|