8454b49c by lxs

数据资产登记更新

1 parent 72a20f40
...@@ -122,7 +122,7 @@ export const getServiceTenants = (params) => request({ ...@@ -122,7 +122,7 @@ export const getServiceTenants = (params) => request({
122 122
123 /** 获取会员的附件模板 */ 123 /** 获取会员的附件模板 */
124 export const getTenantAttach = (params) => request({ 124 export const getTenantAttach = (params) => request({
125 url: `${import.meta.env.VITE_APP_API_BASEURL}/attachment-template/list-attachment?tenantGuid=${params}`, 125 url: `${import.meta.env.VITE_APP_PERSONAL_URL}/attachment-template/list-attachment?tenantGuid=${params}`,
126 method: 'get' 126 method: 'get'
127 }) 127 })
128 128
......
...@@ -228,7 +228,7 @@ const tableBtnClick = (scope, btn) => { ...@@ -228,7 +228,7 @@ const tableBtnClick = (scope, btn) => {
228 localStorage.setItem('isRestart', btn.label == '重新提交' ? 'true' : ''); 228 localStorage.setItem('isRestart', btn.label == '重新提交' ? 'true' : '');
229 router.push({ 229 router.push({
230 name: 'registerStart', 230 name: 'registerStart',
231 query: { guid: row.guid, damGuid: row.damGuid, name: row.daName, type } 231 query: { guid: row.guid, exchangeGuid: row.exchangeGuid, name: row.daName, type }
232 }); 232 });
233 } else if (type == "delete") { 233 } else if (type == "delete") {
234 delTableOpen("此操作将永久删除该资产登记,是否继续?", "warning"); 234 delTableOpen("此操作将永久删除该资产登记,是否继续?", "warning");
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!