|
|
|
@ -318,7 +318,7 @@ import {initDictOptions, filterDictText} from '@/components/dict/JDictSelectUtil
|
|
|
|
|
import historicDetail from '@/views/activiti/historicDetail' |
|
|
|
|
import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep' |
|
|
|
|
export default { |
|
|
|
|
name: "schedule", |
|
|
|
|
name: "schedule", |
|
|
|
|
mixins:[activitiMixin,JeecgListMixin], |
|
|
|
|
components: { |
|
|
|
|
JEllipsis |
|
|
|
@ -527,16 +527,25 @@ export default {
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
watch:{ |
|
|
|
|
// LCid: { |
|
|
|
|
// immediate: true, |
|
|
|
|
// handler() { |
|
|
|
|
// console.log("didiidiidid",this.LCid); |
|
|
|
|
// if(!!this.LCid ){ |
|
|
|
|
// this.queryParam.id = this.LCid; |
|
|
|
|
// this.loadData(1); |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
// }, |
|
|
|
|
LCid: { |
|
|
|
|
immediate: true, |
|
|
|
|
handler() { |
|
|
|
|
// console.log("didiidiidid",this.LCid); |
|
|
|
|
if(this.LCid !== "222" ){ |
|
|
|
|
this.queryParam.id = this.LCid; |
|
|
|
|
this.loadData(1); |
|
|
|
|
}else{ |
|
|
|
|
this.queryParam.id = null; |
|
|
|
|
this.loadData(1); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
// 开启深度监听 |
|
|
|
|
deep: true |
|
|
|
|
}, |
|
|
|
|
// LCid(val,oldVal) { |
|
|
|
|
// console.log("==========="); |
|
|
|
|
// this.loadData(1); |
|
|
|
|
// } |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
loadData(arg) { |
|
|
|
@ -1126,6 +1135,11 @@ export default {
|
|
|
|
|
this.loadData(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
, |
|
|
|
|
destroyed() { |
|
|
|
|
console.log(".........."); |
|
|
|
|
console.log(".........."); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
</script> |
|
|
|
|
<style scoped> |
|
|
|
|