lsun 协议管理

This commit is contained in:
lSun 2024-11-13 18:19:51 +08:00
parent e8b2118da1
commit e193a6cfe4
1 changed files with 0 additions and 9 deletions

View File

@ -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(() => {})