|
@@ -160,7 +160,7 @@ const initEditData = (data, index, id) => {
|
|
|
// })
|
|
// })
|
|
|
// let list = [...JYXList.value]
|
|
// let list = [...JYXList.value]
|
|
|
api.projectApi.jyxList({
|
|
api.projectApi.jyxList({
|
|
|
- company: '1738811735599380291'
|
|
|
|
|
|
|
+ company: id?id:'1738811735599380291'
|
|
|
}).then(res => {
|
|
}).then(res => {
|
|
|
if(res.code == 200) {
|
|
if(res.code == 200) {
|
|
|
if(res.data && res.data.length > 0) {
|
|
if(res.data && res.data.length > 0) {
|