commit
This commit is contained in:
@@ -743,6 +743,8 @@
|
||||
json.zrUserId = this.$store.getters.userInfo.userId
|
||||
json.jlUserId = this.$store.getters.userInfo.userId
|
||||
json.applyUpdUserId = this.$store.getters.userInfo.userId
|
||||
json.prcCreateUser = this.$store.getters.userInfo.userId
|
||||
json.prcCreateUserName = this.$store.getters.userInfo.account
|
||||
this.$http.get('lawss/activiti/startProcess', {type: '1'}, {
|
||||
_this: this
|
||||
}, res => {
|
||||
|
||||
+3
-2
@@ -321,8 +321,9 @@ export default {
|
||||
this.querySarProStateZero()
|
||||
}, // 清空条件查询
|
||||
clearSearchPro () {
|
||||
this.sarProStateEO.productName = ''
|
||||
this.showSarProStateModal = false
|
||||
this.sarProStateEO.productName = ''
|
||||
this.showSarProStateModal = false
|
||||
this.standId = ''
|
||||
}, // 关闭查看事件
|
||||
pageProStateChange (page) {
|
||||
this.sarProStateTotalPage = page
|
||||
|
||||
Reference in New Issue
Block a user