Compare commits
No commits in common. "fe18b885f114b8f5aeea6089dfcd6fc82b52aa1e" and "e947c99f711dd1212efc224062b76cb725acf81b" have entirely different histories.
fe18b885f1
...
e947c99f71
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue