ソースを参照

init

newStyle
wangxiaohua 2年前
コミット
623f5fb30a
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      src/views/Customer/Companymanagement.vue

+ 2
- 1
src/views/Customer/Companymanagement.vue ファイルの表示

@@ -525,7 +525,8 @@ export default {
this.$api.api.zkoperationrecordFindByOrg({
orgType:2,
orgId,
operationType:this.idx==0?'1':'2'
operationType:this.idx==0?'1':'2',
agentId:localStorage.getItem('agentId')
})
.then(res=>{
// console.log(res);


読み込み中…
キャンセル
保存