|
@@ -243,6 +243,14 @@ export default {
|
|
// 打开创建弹窗
|
|
// 打开创建弹窗
|
|
openForm() {
|
|
openForm() {
|
|
//
|
|
//
|
|
|
|
+ getAccountList({
|
|
|
|
+ // websitId: val,
|
|
|
|
+ isWebsit: false,
|
|
|
|
+ pageNum: 1,
|
|
|
|
+ pageSize: -1
|
|
|
|
+ }).then(res => {
|
|
|
|
+ this.accountList = res.data.records
|
|
|
|
+ })
|
|
Promise.all([getWebsit({ status: true }), letterManagerList({ pageNum: 1, pageSize: -1, params: [] })]).then(
|
|
Promise.all([getWebsit({ status: true }), letterManagerList({ pageNum: 1, pageSize: -1, params: [] })]).then(
|
|
([res2, res3]) => {
|
|
([res2, res3]) => {
|
|
this.websitList = res2.data
|
|
this.websitList = res2.data
|
|
@@ -253,6 +261,14 @@ export default {
|
|
},
|
|
},
|
|
// 打开详情弹窗
|
|
// 打开详情弹窗
|
|
openDetailForm(row) {
|
|
openDetailForm(row) {
|
|
|
|
+ getAccountList({
|
|
|
|
+ // websitId: val,
|
|
|
|
+ isWebsit: false,
|
|
|
|
+ pageNum: 1,
|
|
|
|
+ pageSize: -1
|
|
|
|
+ }).then(res => {
|
|
|
|
+ this.accountList = res.data.records
|
|
|
|
+ })
|
|
Promise.all([
|
|
Promise.all([
|
|
letterManagerDetailUser({ id: row.id }),
|
|
letterManagerDetailUser({ id: row.id }),
|
|
getWebsit({ status: true }),
|
|
getWebsit({ status: true }),
|