Browse Source

temp save

liujq 4 years ago
parent
commit
c87179d9f3

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-2278e883.c81ee881.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-372379e4.27f71f78.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.f9cf0fc6.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-2278e883.2751ec3b.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-26ec3452.a978a4c1.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-372379e4.74b007bf.js


+ 1 - 1
src/views/news/components/popup/IndexEditSelf.vue

@@ -50,6 +50,7 @@ export default {
             this.$api.house.adminformationdetail({id: this.curObj.id}).then(res => {
               let curData = res || {}
               this.cObj = curData || {}
+              this.content = curData.content || ''
               this.getDef()
             })
           } else {
@@ -123,7 +124,6 @@ export default {
 </script>
 <style lang="scss" scoped>
 @import '../../../../styles/libEdit.scss';
-@import '../../../../styles/libEdit.scss';
 .lib-edit {
   width: 900px;
   padding-top: 0;

+ 9 - 5
src/views/news/index.vue

@@ -114,12 +114,16 @@ export default {
       }, null, true)
     },
     openPopup(row) {
-      if (row && row.id) {
-        this.curObj = row
-      } else {
-        this.curObj = {}
+      if (row.link) {
+        if (row && row.id) {
+          this.curObj = row
+        } else {
+          this.curObj = {}
+        }
+        this.isDtlShow = true
+        } else {
+        this.openIESPopup(row)
       }
-      this.isDtlShow = true
     },
     closePopup(obj) {
       this.isDtlShow = false

Some files were not shown because too many files changed in this diff