归档位置我的收藏
This commit is contained in:
@@ -2274,7 +2274,8 @@ export default {
|
||||
getListTree(bringData) {
|
||||
this.$http.get('sarResource/ts-resource/getListStand', {
|
||||
sorDivide: bringData.standInData === '0' ? 'INLAND_STAND' : 'FOREIGN_STAND',
|
||||
userId: this.$store.getters.userInfo.userId
|
||||
userId: this.$store.getters.userInfo.userId,
|
||||
isFlow: 'flow'
|
||||
}, {}, res => {
|
||||
if (res.ok) {
|
||||
this.treeListOptions = res.data
|
||||
|
||||
@@ -2597,7 +2597,8 @@ export default {
|
||||
getListTree(bringData) {
|
||||
this.$http.get('sarResource/ts-resource/getListStand', {
|
||||
sorDivide: bringData.standInData === '0' ? 'INLAND_STAND' : 'FOREIGN_STAND',
|
||||
userId: this.$store.getters.userInfo.userId
|
||||
userId: this.$store.getters.userInfo.userId,
|
||||
isFlow: 'flow'
|
||||
}, {}, res => {
|
||||
if (res.ok) {
|
||||
this.treeListOptions = res.data
|
||||
|
||||
Reference in New Issue
Block a user