| | |
| | | let url = this.getUrl(this.const.DEL); |
| | | this.http.post(url, delKeys, 'æ£å¨å 餿°æ®....').then((x) => { |
| | | if (!x.status) return this.$error(x.message); |
| | | this.$success(x.message); |
| | | this.$success("å 餿å"); |
| | | //å é¤å |
| | | if (!this.delAfter(x)) { |
| | | return; |
| | |
| | | //æ¯å¦å¿½ç¥åç¼/ è·åæä½çurl |
| | | return (!ingorPrefix ? '/' : '') + 'api' + this.table.url + action; |
| | | }, |
| | | |
| | | initDicKeys() { |
| | | //åå§ååå
¸æ°æ® |
| | | let keys = []; |
| | |
| | | if (keys.length == 0) return; |
| | | let $this = this; |
| | | this.http.post('/api/Sys_Dictionary/GetVueDictionary', keys).then((dic) => { |
| | | |
| | | $this.bindOptions(dic); |
| | | //2022.04.04å¢å åå
¸å è½½å®ææ¹æ³ |
| | | $this.dicInited && $this.dicInited(dic); |
| | |
| | | this.$refs.table && this.search(); |
| | | } |
| | | }, |
| | | fullscreen(full){ //å¼¹åºæ¡å
¨å±æ¹æ³ |
| | | fullscreen(full) { //å¼¹åºæ¡å
¨å±æ¹æ³ |
| | | |
| | | } |
| | | }; |