管道基础大数据平台系统开发-【前端】-新系統界面
1
Surpriseplus
2022-12-06 938493192a9a112e5eef0d98b46a30569ce98a59
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;
@@ -1500,6 +1500,12 @@
    border: #409eff;
    color: white;
  }
  .el-icon-plus{
    color: white;
  }
  .el-icon-upload2{
    color: white;
  }
}
</style>