Compare commits

..

No commits in common. "24f4dd7decd7e221be0d6f171986359416d7aaa8" and "06cb0b85c07f093493fdd4bc3f32dd81eb7cf99b" have entirely different histories.

3 changed files with 1 additions and 6 deletions

View File

@ -357,10 +357,6 @@ export default {
},
hideModal() {
this.isopen = false
if (this.dirName.length <= 0) {
this.$message.warning('目录名不能为空')
return
}
switch (this.modelType) {
case 'create':
createDir({ pid: this.selectId, dirName: this.dirName }).then((res) => {

View File

@ -16,7 +16,7 @@
:box-height="50"
:max-file="999999"
:can-download="false"
accept=".txt,.doc,.docx,.xls,.xlsx,.wps,.et,.csv,.xml,.json,.mp3,.mp4,.avi,.wmv,.jpg,.bmp,.png,.sql,.db,.dmp"
accept=".txt,.doc,.docx,.xls,.xlsx,.wps,.et,.csv,.xml,.json,.mp3,.mp4,.avi,.wmv,.jpg,.bmp,.png"
/>
</a-spin>
</a-modal>

View File

@ -186,7 +186,6 @@
this.$message.warning(res.message);
}
});
this.loadData()
this.$refs.modalForm.open();
},
initWebSocket: function () {