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