Compare commits

..

No commits in common. "fe18b885f114b8f5aeea6089dfcd6fc82b52aa1e" and "e947c99f711dd1212efc224062b76cb725acf81b" have entirely different histories.

3 changed files with 2 additions and 4 deletions

View File

@ -291,14 +291,14 @@
size="small"
:disabled="$route.query.ReviewStatus === '1'"
@click="handlePostgraduateEdit(scope.row)"
>{{ $t('common:button:edit') }}</el-button
>Edit</el-button
>
<el-button
type="text"
size="small"
:disabled="$route.query.ReviewStatus === '1'"
@click="handlePostgraduateDelete(scope.row)"
>{{ $t('common:button:delete') }}</el-button
>Delete</el-button
>
</template>
</el-table-column>

View File

@ -107,7 +107,6 @@ export default {
let res = await updatePaymentMode(this.form)
this.loading = false
if (res.IsSuccess) {
this.$message.success(this.$t('common:message:savedSuccessfully'))
}
} catch (err) {
this.loading = false

View File

@ -96,7 +96,6 @@ export default {
let res = await updateGneralSituation(this.form)
this.loading = false
if (res.IsSuccess) {
this.$message.success(this.$t('common:message:savedSuccessfully'))
}
} catch (err) {
this.loading = false