管道基础大数据平台系统开发-【前端】-新系統界面
1
Surpriseplus
2022-11-24 12d4c8077c73db88abee8d21b7a86ab802254e0e
src/views/datamanage/styleManage.vue
@@ -996,7 +996,7 @@
      if (!val || !val.length) return;
      var formData = new FormData();
      formData.append("file0", val[0]);
      var res = $.ajax(serverUrl + "Style/Upload", {
      var res = $.ajax( + "/style/upload", {
        type: "post",
        data: formData,
        async: false,
@@ -1023,7 +1023,7 @@
      if (!val || !val.length) return;
      var formData = new FormData();
      formData.append("file0", val[0]);
      var res = $.ajax(serverUrl + "Style/Upload", {
      var res = $.ajax(BASE_URL + "/style/upload", {
        type: "post",
        data: formData,
        async: false,
@@ -1197,13 +1197,13 @@
    },
    // 获取多选
    ShowWindowFly(res) {
      window.open(
        ifreamUrl + "/LFWeb/poper.html?name=" + res,
        "",
        "height=800, width=1500, top=150, left=350, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no"
      );
    },
    // ShowWindowFly(res) {
    //   window.open(
    //     ifreamUrl + "/LFWeb/poper.html?name=" + res,
    //     "",
    //     "height=800, width=1500, top=150, left=350, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no"
    //   );
    // },
     catalogChange(res) {
      this.insertform.dirid = res;
      this.upform.dirid =res;