lsun 协议管理
This commit is contained in:
parent
e8b2118da1
commit
e193a6cfe4
|
|
@ -209,19 +209,11 @@ export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
checkResultOne: false,
|
checkResultOne: false,
|
||||||
defaultData: null,
|
|
||||||
selectionList: [],
|
selectionList: [],
|
||||||
unitInfoSelectList: [],
|
|
||||||
projectSelectList: [],
|
|
||||||
dicSelectList: [],
|
|
||||||
dialogList: [],
|
dialogList: [],
|
||||||
deptList: [],
|
|
||||||
deptTypeList: [],
|
|
||||||
rowObj: {},
|
rowObj: {},
|
||||||
fullscreenLoading: false,
|
|
||||||
openOne: false,
|
openOne: false,
|
||||||
openTwo: false,
|
openTwo: false,
|
||||||
openThree: false,
|
|
||||||
openFour: false,
|
openFour: false,
|
||||||
openTextOne: '',
|
openTextOne: '',
|
||||||
openTextTwo: '',
|
openTextTwo: '',
|
||||||
|
|
@ -415,7 +407,6 @@ export default {
|
||||||
this.openTwo = true
|
this.openTwo = true
|
||||||
this.open = false
|
this.open = false
|
||||||
this.openTextThree = '审批通过!'
|
this.openTextThree = '审批通过!'
|
||||||
// this.getdialogList()
|
|
||||||
this.getList()
|
this.getList()
|
||||||
})
|
})
|
||||||
.catch(() => {})
|
.catch(() => {})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue