新增临时角色页面
This commit is contained in:
@@ -182,7 +182,6 @@ export default {
|
||||
"updateCrontabValue", name, value, from;
|
||||
this.crontabValueObj[name] = value;
|
||||
if (from && from !== name) {
|
||||
console.log(`来自组件 ${from} 改变了 ${name} ${value}`);
|
||||
this.changeRadio(name, value);
|
||||
}
|
||||
},
|
||||
|
||||
@@ -46,7 +46,6 @@ export default {
|
||||
this.loading = true;
|
||||
listOaOutWarehouse(this.queryParams).then(res => {
|
||||
this.outWareHouseList = res.rows
|
||||
console.log(res.rows)
|
||||
this.total = res.total
|
||||
this.loading = false
|
||||
})
|
||||
|
||||
@@ -47,7 +47,6 @@ export default {
|
||||
//路由跳转
|
||||
goTarget(href) {
|
||||
this.$router.push({ path: href});
|
||||
console.log(999,href)
|
||||
},
|
||||
/** 查询流程定义列表 */
|
||||
getList() {
|
||||
|
||||
Reference in New Issue
Block a user