|
@@ -488,7 +488,7 @@ export default {
|
|
},
|
|
},
|
|
/** 修改按钮操作 */
|
|
/** 修改按钮操作 */
|
|
handleUpdate(row) {
|
|
handleUpdate(row) {
|
|
- const fId = row.fId || this.ids;
|
|
|
|
|
|
+ const fId = row.fId || this.ids[0];
|
|
sessionStorage.setItem("fid", fId);
|
|
sessionStorage.setItem("fid", fId);
|
|
// this.$router.replace("system/fromModel/index");
|
|
// this.$router.replace("system/fromModel/index");
|
|
this.$router.push({
|
|
this.$router.push({
|
|
@@ -534,7 +534,7 @@ export default {
|
|
/** 导出按钮操作 */
|
|
/** 导出按钮操作 */
|
|
handleExport() {
|
|
handleExport() {
|
|
this.download(
|
|
this.download(
|
|
- "dragform/form/export",
|
|
|
|
|
|
+ process.env.VUE_APP_BASE_API3 + "dragform/form/export",
|
|
{
|
|
{
|
|
...this.queryParams,
|
|
...this.queryParams,
|
|
},
|
|
},
|